Skip to content

Fix incorrect log message in WindowService.Close - #21

Merged
Red-Cat-Fat merged 1 commit into
developfrom
codex/fix-log-message-in-close-method
Feb 13, 2026
Merged

Fix incorrect log message in WindowService.Close#21
Red-Cat-Fat merged 1 commit into
developfrom
codex/fix-log-message-in-close-method

Conversation

@Red-Cat-Fat

Copy link
Copy Markdown
Owner

Motivation

  • Исправить некорректное лог-сообщение в Close(WindowConfig windowConfig), которое выводило Open window {0} и передавало windowConfig вместо windowConfig.name.

Description

  • В RedCatEngineUnityProject/Packages/Windows/Services/WindowService.cs заменил _logService.LogFormat("Open window {0}", windowConfig); на _logService.LogFormat("Close window {0}", windowConfig.name); и проверил согласованность остальных сообщений Open, Close, Close all.

Testing

  • Выполнены автоматизированные проверки: rg "Log|LogFormat" RedCatEngineUnityProject/Packages/Windows/Services/WindowService.cs (успешно), инспекция файла через nl -ba (успешно) и фиксация изменения в репозитории через git commit (успешно).

Codex Task

@Red-Cat-Fat
Red-Cat-Fat merged commit 27b5591 into develop Feb 13, 2026
2 checks passed
@Red-Cat-Fat
Red-Cat-Fat deleted the codex/fix-log-message-in-close-method branch February 13, 2026 09:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant